home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [37].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  662 b   |  16 lines

  1. -- Script [37]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. CrewID = math.random(0, CrewCount);
  6.  
  7. CrewName = GetCrewName(CrewID);
  8.  
  9. KillCrew(CrewID);
  10.  
  11. ShowStoryText("After some bickering between them as to who's the hardest, bestest, fastest, strongest, etc, a volunteer is rustled up in the form of " .. CrewName .. ".");
  12.  
  13. ShowStoryText("Even you are forced to admit, he gets an impressive way down the passage, slipping well past the first corpse before being punctured by a hail of fresh arrows from the traps in the walls.");
  14.  
  15. ShowStoryText("You briefly ponder sending more crew in to exhaust the traps, but it seems somehow unethical, or at least wasteful.");
  16.